home *** CD-ROM | disk | FTP | other *** search
- property pippi, water
- global gmObject
-
- on beginSprite me
- sendMMV = 1
- pippi = gmObject.pippi
- water = gmObject.water
- end
-
- on exitFrame me
- if (pippi.zeroMMV = 0) and (water.frame = 1) and (the keyDownScript = EMPTY) then
- zP = pippi.locH
- gmObject.mouseHX()
- end if
- go(the frame)
- end
-
- on mouseDown me
- if (the mouseV > 75) and (the mouseV < 515) and (water.frame = 1) then
- pippi.mouseDownOutOf()
- end if
- end
-
- on mouseUp me
- if (the mouseV > 75) and (the mouseV < 515) and (water.frame = 1) then
- pippi.mouseUpOutOf()
- end if
- end
-